//0x14 bytes (sizeof)
struct _MEMORY_ALLOCATION_DESCRIPTOR
{
struct _LIST_ENTRY ListEntry; //0x0
enum _TYPE_OF_MEMORY MemoryType; //0x8
ULONG BasePage; //0xc
ULONG PageCount; //0x10
};